
{
  "edgeLabel": "Ребро с весом %weight%&#37;",
  "nodeLabel": "Узел с названием %name%",
  "nodeTooltip": "Название: %name%<br />ИНН: %inn%",
  "nodeDrillDownTarget": "exampledd",
  "nodeDrillDownType": "exampleddtype",
  "style": [
    {
      "selector": "node",
      "style": {
        "content": "data(label)",
        "background-color": "#363c49",
        "text-outline-color": "#363c49",
        "text-outline-width": 3,
        "color": "#ffffff",
        "text-valign": "center",
        "text-wrap": "wrap",
        "text-max-width": 110
      }
    },
    {
      "selector": "edge",
      "style": {
        "curve-style": "unbundled-bezier",
        "width": 5,
        "target-arrow-shape": "triangle",
        "source-arrow-shape": "circle",
        "line-color": "#d7d7d7",
        "target-arrow-color": "#d7d7d7",
        "label": "data(label)",
        "edge-text-rotation": "autorotate"
      }
    }
  ]
}